home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Game Levels 2 / 1,000 Game Levels 2.iso / DOSCARD / GMBLMT95.ZIP / GM95.BAT < prev    next >
DOS Batch File  |  1995-08-17  |  2KB  |  128 lines

  1. @echo off
  2. echo off
  3. cls
  4. break on
  5. print/d:prn>nul
  6. :start
  7. cls
  8. f1
  9. :start2
  10. KEYPRESS $
  11. if errorlevel 1 goto nflmenu
  12. goto start2
  13. :nflmenu
  14. cls
  15. if exist return del return
  16. f2
  17. :nflstart
  18. KEYPRESS 0 1 2 3 4 5 6 7
  19. if errorlevel 8 goto gmprint
  20. if errorlevel 7 goto record
  21. if errorlevel 6 goto whatif
  22. if errorlevel 5 goto chknfl
  23. if errorlevel 4 goto checks
  24. if errorlevel 3 goto scores
  25. if errorlevel 2 goto predict
  26. if errorlevel 1 goto mainexit
  27. goto nflstart
  28. :mainexit
  29. cls
  30. gmbye
  31. goto bye
  32. :record
  33. cls
  34. record
  35. goto nflmenu
  36. :whatif
  37. cls
  38. whatif
  39. goto nflmenu
  40. :chknfl
  41. cls
  42. chknfl
  43. goto nflmenu
  44. :checks
  45. cls
  46. checks
  47. goto nflmenu
  48. :predict
  49. cls
  50. predict
  51. if exist gen95.bat goto predall
  52. if exist gmb4.bat call gmb4.bat
  53. if exist gmb4.bat del gmb4.bat
  54. goto nflmenu
  55. :predall
  56. cls
  57. if exist sys1temp.95 del sys1temp.95
  58. if exist sys2temp.95 del sys2temp.95
  59. if exist sys3temp.95 del sys3temp.95
  60. if exist SAVER.OUT del SAVER.OUT
  61. if exist SAVERTMP.95 del SAVERTMP.95
  62. echo.
  63. echo WORKING on GAMBLER'S MATE SYSTEM 1 (TRENDS)...
  64. trends
  65. cls
  66. echo.
  67. echo WORKING on GAMBLER'S MATE SYSTEM 2...
  68. system2 
  69. cls
  70. echo.
  71. echo WORKING on GAMBLER'S MATE SYSTEM 3...
  72. system3
  73. if exist SAVER.OUT del SAVER.OUT
  74. cls
  75. echo All GAMBLER'S MATE systems have been GENERATED.
  76. if exist gmb4.bat call gmb4.bat
  77. if exist gmb4.bat del gmb4.bat
  78. if exist gen95.bat del gen95.bat
  79. gmprint
  80. goto nflmenu
  81. :scores
  82. cls
  83. scores
  84. if exist return goto nflmenu
  85. if exist regen95.bat goto regen
  86. wkupdate
  87. if exist gmaft.bat call gmaft.bat
  88. if exist gmaft.bat del gmaft.bat
  89. if exist return goto nflmenu
  90. gmprint
  91. goto nflmenu
  92. :regen
  93. echo off
  94. cls
  95. if exist sys1temp.95 del sys1temp.95
  96. if exist sys2temp.95 del sys2temp.95
  97. if exist sys3temp.95 del sys3temp.95
  98. if exist SAVER.OUT del SAVER.OUT
  99. if exist SAVERTMP.95 del SAVERTMP.95
  100. echo.
  101. echo Now REGENERATING the GAMBLER'S MATE TRENDS (SYSTEM 1) output.  Please WAIT...
  102. trends
  103. cls
  104. echo.
  105. echo Now REGENERATING the GAMBLER'S MATE SYSTEM 2 output.  Please WAIT...
  106. system2
  107. cls
  108. echo.
  109. echo Now REGENERATING the GAMBLER'S MATE SYSTEM 3 output.  Please WAIT...
  110. system3
  111. if exist SAVER.OUT del SAVER.OUT
  112. cls
  113. echo.
  114. echo All GAMBLER'S MATE systems are REGENERATED.  Now beginning UPDATE routines.
  115. echo.
  116. if exist regen95.bat del regen95.bat
  117. wkupdate
  118. if exist gmaft.bat call gmaft.bat
  119. if exist gmaft.bat del gmaft.bat
  120. if exist return goto nflmenu
  121. gmprint
  122. goto nflmenu
  123. :gmprint
  124. cls
  125. gmprint
  126. goto nflmenu
  127. :bye
  128.